home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / dbus-1 / session.conf next >
Encoding:
Text File  |  2007-03-08  |  1.2 KB  |  35 lines

  1. <!-- This configuration file controls the per-user-login-session message bus.
  2.      Add a session-local.conf and edit that rather than changing this 
  3.      file directly. -->
  4.  
  5. <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN"
  6.  "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
  7. <busconfig>
  8.   <!-- Our well-known bus type, don't change this -->
  9.   <type>session</type>
  10.  
  11.   <listen>unix:tmpdir=/tmp</listen>
  12.  
  13.   <standard_session_servicedirs />
  14.  
  15.   <policy context="default">
  16.     <!-- Allow everything to be sent -->
  17.     <allow send_destination="*"/>
  18.     <!-- Allow everything to be received -->
  19.     <allow eavesdrop="true"/>
  20.     <!-- Allow anyone to own anything -->
  21.     <allow own="*"/>
  22.   </policy>
  23.  
  24.   <!-- raise the service start timeout to 40 seconds as it can timeout
  25.        on the live cd on slow machines -->
  26.   <limit name="service_start_timeout">60000</limit>
  27.  
  28.   <!-- This is included last so local configuration can override what's 
  29.        in this standard file -->
  30.   <include ignore_missing="yes">session-local.conf</include>
  31.  
  32.   <include if_selinux_enabled="yes" selinux_root_relative="yes">contexts/dbus_contexts</include>
  33.  
  34. </busconfig>
  35.